home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh
- # Shell script to install the HOTMIX CD!
-
- if (! -e /usr/lib/filetype/install/hotmix.ftr ) then
- xwsh -bg royalblue -fg white \
- -geom 80x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
- -title "Running the HotMix..." \
- -e /bin/csh -c \
- "echo Welcome to the IRIS Hot Mix.; \
- echo; \
- echo Attempting to install the HotMix icon. This requires super-user priviledges.; \
- echo The installation of this icon does not affect your use of the Hot Mix CD-ROM. ; \
- echo; \
- echo If prompted, please enter the root password.; \
- echo; \
- echo Some application demos will run directly off the CD. ; \
- echo These applications will run slower on the CD than; \
- echo they will if they are installed on your system. ; \
- echo; \
- su root -c 'bin/InstallIt2'"
- if (! -e /usr/lib/filetype/install/hotmix.ftr) then
- echo "Installation of the HotMix icon failed, you must be root to install the icon."
- endif
- endif
-